home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SCREEN / NEWLOOK / !NewLook / !Help < prev    next >
Text File  |  1993-04-16  |  5KB  |  105 lines

  1. Help on NewLook
  2. ===============
  3.  
  4. This program provides a 'new look' for computers fitted with RISC OS 3.10
  5. (or later). It adds support for 3D appearance of windows, and for a
  6. 'textured' background to the desktop. The use of !NewLook replaces the use
  7. of !SetIcons from the applications suite.
  8.  
  9. Setting up graphic design using !NewLook can use considerable amounts of
  10. memory, typically 100-150K depending on screen resolution. These facilities
  11. are not recommended if you frequently run short of memory. They may also
  12. make your desktop slightly slower to redraw.
  13.  
  14. You should typically install !NewLook on your system by dragging it into the
  15. root directory of your system disk. When you choose your desired settings
  16. !NewLook writes the settings into an internal file, so putting it in your
  17. root directory will apply the changes when you restart your computer.
  18.  
  19. Start the program by double-clicking on it, and a dialogue box will appear
  20. with the following elements:
  21.  
  22. 3D: if this is selected then window borders and various controls and gadgets
  23. will appear in 3D.
  24.  
  25. Background texture: a choice of different background textures is provided -
  26. try them and see which (if any) you like. The Random option chooses a
  27. different one each day. The 'lighter' button makes them all slightly
  28. lighter. The 'Try' button allows you to try a backdrop without setting the
  29. other options, to make experimentation easier.
  30.  
  31. OK - this button takes the currently selected options, and applies them to
  32. your desktop. It usually make the dialogue box disappear, but if you
  33. adjust-click the box will stay.
  34.  
  35. Cancel - this button closes the dialogue box (and quits the application).
  36.  
  37. Save - This button does the same as OK, and also writes the current settings
  38. into a file within this application. These settings will be reinstated
  39. when the computer is 'seen' by the Filer.
  40.  
  41. Default - This button asserts some recommended settings into the dialogue
  42. box.
  43.  
  44. There are different sets of 3D icons for low and for high resolution
  45. screens. If you leave the application running over a mode change between
  46. (for instance) mode 27 (VGA) and mode 12 (TV resolution), it will swap the
  47. icons around at the mode change in order to keep things as neat as
  48. possible. If you close !NewLook and then do such a mode change, however,
  49. the result can look a little messy - particularly moving from high resolution
  50. to low.
  51.  
  52. Making dialogue box buttons 3D is not something which can be applied globally to
  53. the machine - it must be changed in the template file of each individual
  54. application. The file ROMApps3D inside !NewLook contains replacement
  55. template files for all ROM applications to give them 3D buttons etc. Loading
  56. this does not affect tasks which are already running (eg. the filer, the
  57. task manager). In order to get 3D dialogue boxes on these you must RMLoad
  58. this file as part of your machine boot sequence, before the desktop starts
  59. up. If you do this, you must also RMLoad the file BorderUtil, which is
  60. required by the Window Manager in RISC OS 3.10, when operating with these
  61. templates.
  62.  
  63. If you are using this application with a desktop boot sequence generated by
  64. the Task manager's 'Save boot file' facility, then under some circumstances
  65. the desktop background texture can get removed, and so mysteriously fail to
  66. appear when the machine starts. The reason for this is that the saved file
  67. can contain the line
  68.   Pinboard
  69. to initialise the Pinboard application. On its own, this line removes any
  70. existing background texture. So, just delete this line using Edit, save the
  71. file again and when the machine is reset the background texture will appear.
  72.  
  73. An example !Boot file, for a machine with a hard disc called :HardDisc,
  74. might be:
  75.   RMLoad adfs::HardDisc.$.!NewLook.ROMApps3D
  76.   RMLoad adfs::HardDisc.$.!NewLook.BorderUtil
  77.   Run adfs::HardDisc.$.DeskBoot
  78. Create an Obey file containing this, save any desired desktop
  79. applications as the file DeskBoot, type F12 and type the
  80. *Commands:
  81.   ADFS                        (set current filing system)
  82.   Dir :4                      (set current drive)
  83.   Configure Boot              (set computer to obey boot file at start)
  84.   Configure FileSystem ADFS   (set startup filing system)
  85.   Configure Drive 4           (set startup drive)
  86.   Opt 4,2                     (set disc to obey !Boot file)
  87. Now reset the computer by holding down Ctrl and pressing reset (a Hard
  88. Reset), and the computer will execute your Obey file and enter the desktop.
  89. If you have a SCSI hard disc then use SCSI in place of ADFS in the above,
  90. and SCSIFSDrive in place of Drive. If you have no desktop startup file,
  91. replace the last line of the !Boot file with the line
  92.   Desktop
  93. and the desktop will be started.
  94.  
  95. When you have installed your new look, you may find certain buttons
  96. (particularly arrow and option buttons) reverting back to their previous
  97. appearance. This can be caused by applications which load their own versions
  98. of these buttons into the Wimp's sprite pool. In order to cure this you must
  99. search inside any applications that your machine sees, looking for !Sprites
  100. files which contain the sprites opton, optoff, radioon, radiooff. These can
  101. be deleted using !Paint.
  102.  
  103. This application does not provide support for high resolution monochrome
  104. screens.
  105.